home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TA / (A)TAP.ADF / CITADEL_BBS / HELPFLS.ARC / files.hlp < prev    next >
Text File  |  1987-03-11  |  1KB  |  40 lines

  1.   Citadel-86 allows access to the host file system through special directory
  2. rooms.   A directory room has a square bracket prompt in place of the usual
  3. angle bracket prompt ("Room]" in place of "Room>").  It has all the usual
  4. room commands and facilities, plus a few more which are unique to a
  5. directory room:
  6.  
  7.  To list the files available in the room.
  8.       .Read Directory
  9.  
  10.  Wildcards may be used.  For example, to list all available
  11. files with extention ".DOC":
  12.       .Read Directory *.DOC
  13.  
  14.  To type out a text file "ANYFILE.EXT":
  15.       .Read Textfile ANYFILE.EXT
  16.  
  17.  Wildcards may be used here also.  For example, to type out all
  18. files with extention ".DOC":
  19.       .Read Textfile *.DOC
  20.  
  21.  If you want the textfile file to be formatted to your screen width, go with
  22.       .Read Textfile Formatted ANYFILE.EXT
  23.  
  24.  or with a wildcard if you so desire.
  25.  
  26.  
  27.   To recieve binary file PROGRAM.COM using the Ward
  28. Christensen protocol  (supported by Modem2, Modem7, xModem, YAM and other
  29. programs):
  30.  
  31.       .Read WC Protocol Binary-file PROGRAM.COM
  32.  
  33.  
  34.   To send a file to Citadel-86 using the Ward Christensen protocol:
  35.       .Enter File
  36.  
  37.  
  38.   You will note that these options are not available in normal rooms.
  39.  
  40.